home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00033_Script_AVI control Scripts < prev    next >
Text File  |  1998-09-28  |  365b  |  11 lines

  1. global gClipOut -- stop point of the the avi file set from the script "LoadVideoCards"
  2. -- called from the onexit frame script that the movie is looping on
  3.  
  4. on VideoPlayer
  5.   if the type of sprite 48 = 0  then exit
  6.   if the movierate of sprite 48 = 0  then exit
  7.   if the movieTime of sprite 48>= gClipOut  then 
  8.     resetVideo
  9.   end if
  10.   puckposition
  11. end if